From db41e3e2cf2dd2e134df50e587a18ef9cf8ea9eb Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 13 Jun 2006 22:19:20 +0000 Subject: [PATCH] Fix description of nuketypes example. --- xmldoc/filters/nuketypes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmldoc/filters/nuketypes.xml b/xmldoc/filters/nuketypes.xml index c0a26c40a..824f20d56 100644 --- a/xmldoc/filters/nuketypes.xml +++ b/xmldoc/filters/nuketypes.xml @@ -8,9 +8,9 @@ removing all the data of any or all of those three types. If you have a GPX file that contains routes, tracks, and waypoints and you want a GPX file that contains only tracks, -you may use this filter to remove the waypoints with this command: +you may use this filter to remove the waypoints and the routes +with this command: gpsbabel -i gpx -f bigfile.gpx -x nuketypes,waypoints,routes -o gpx -F tracksonly.gpx - - + -- 2.30.2